[16.0][ADD] product_restricted_tracking#2258
Open
AungKoKoLin1997 wants to merge 1 commit intoOCA:16.0from
Open
[16.0][ADD] product_restricted_tracking#2258AungKoKoLin1997 wants to merge 1 commit intoOCA:16.0from
AungKoKoLin1997 wants to merge 1 commit intoOCA:16.0from
Conversation
8856980 to
f74be0c
Compare
yostashiro
reviewed
Apr 14, 2026
f74be0c to
4a65660
Compare
|
I followed these steps, but the category I set Lot or S/N did not appear.
I guess I didn't make a mistake when setting
|
|
@AungKoKoLin1997 Solved the problem. 1 step of setting was missing. |
SanamiK
approved these changes
Apr 15, 2026
yostashiro
suggested changes
Apr 16, 2026
4a65660 to
ef72518
Compare
Contributor
|
This PR has the |
|
@AungKoKoLin1997 Could you please modify the product_category.py file so that translations can be applied to the dropdown menu? |
7ff6b23 to
f85731c
Compare
[IMP] product_restricted_tracking: improve to apply translations to dropdown menus Co-authored-by: SanamiK <sanami@quartile.co>
f85731c to
e464597
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






This module adds a 'restricted_tracking' field to the product category model.
With this optional selection field, you can enforce that all products in a category must use a specific tracking method (Serial Number, Lot, or None).
@qrtl QT6111